projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35eccac
)
(sh-mode-syntax-table): Add defvar.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Sep 2003 12:42:56 +0000
(12:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Sep 2003 12:42:56 +0000
(12:42 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 87eb30bf449ef7f5b6608417220fda46c88bc4c7..9b4599e135405e336848d68bba671da471e1fb23 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-400,6
+400,10
@@
the car and cdr are the same symbol.")
(modify-syntax-entry (pop list) (pop list) table))
table)
+(defvar sh-mode-syntax-table nil
+ "The syntax table to use for Shell-Script mode.
+This is buffer-local in every such buffer.")
+
(defvar sh-mode-default-syntax-table
(sh-mode-syntax-table ()
?\# "<"